            body
            {
                padding:0px;
                margin:0px;
            }
            body
            {
                background-color: #ebebeb;
                 font-family: "Montserrat", sans-serif;
                 color: #000;
            }
            a
            {
                color: #ffffff;
            }
            


            h1
            {
                color:#000
            }

            header
            {
                background-color:#003366;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 10px 20px;
            }

            nav ul
            {
                list-style-type: none;
                display: flex; /*zorgt ervoor dat de items naast elkaar komen*/
            }
            nav li
            {
                margin-left: 20px;
            }

            a:hover
            {
                color:#8f8b8b;
                text-decoration: underline;
            }
            #tekstblokjes
            {
            display: flex;
            justify-content: space-around;
            align-items: center;  
            }
            article
            {
            background-color: #d9d2ca;
            height: 330px;
            width: 300px;
               color: #0a0909;
             /*padding maakt ruimte in de textbox vanaf de zijkanten*/
            padding:20px;
            }
            h2
            {
                display: flex;
                justify-content: center;
            }
            h4
            {
                display: flex;
                width: 500px;
                text-align: center;
            }
            #hoofdtekst
            {
                display: flex;
                justify-content: center;
            }
            h1
            {
                height: 200px;
            }
            #header
            {
                border:0px;
                margin:0px;
            }
            footer
            {
                background-color: #003366;
                height: 10vh;
                
            }
            #balkonder
            {
                display:flex;
                justify-content: center;
                color: #ebebeb;
            }